@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800;900&display=swap');
@import "/common/css/format.css";
/* PC,SP
--------------------------------------- */
#head_wrap{
	background:url(../img/main_bg.gif) no-repeat center top;
	background-color:#000;
}
#head_wrap .intro_cont dt{
	background:#ffe100;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:800;
	text-align:center;
	line-height:1.2;
}
#header h2{
	text-indent:-9999em;
	overflow:hidden;
	background:url(../img/logo_text.png) no-repeat 0 0;
}
#head_wrap #intro .lead_txt{
	line-height:1.8;
	color:#fff;
}
label{
	display:inline-block;
	cursor:pointer;
	transition:background ease-in .3s;
}
label.select{background:#bddbff;}
label.radio_text input[type="radio"]{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label.radio_text {
  min-height: 18px;
  position: relative;
}
label.radio_text span {
  display: inline-block;
  position: relative;
}
label.radio_text input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.radio_text input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px #666 solid;
  transition: all .2s;
}
label.radio_text input[type="radio"]:checked + span::before {
	border-width: 6px;
	border-color: #0276ff;
}
.red {
	color: #FF0000;
}
.mt10{
	margin-top:10px;
}

#layout small{
	font-size:0.7em;
}
@media only screen and (min-width: 737px) {	
	#head_wrap .main_cont{
		overflow:hidden;
		padding-top:35px;
	}
	#head_wrap #main_vl{
		float:right;
	}
	#head_wrap #intro{
		float:left;
		width:450px;
	}
	#header{
		width:980px;
		margin:auto;
		padding:40px 0 75px;
	}
	#header h2{
		height:144px;
	}
	.flex_normal {
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-align: start;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		display: flex;
		flex-direction: row;
	}
	.flex_between {
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.flex_between_wrap {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		display: -webkit-flex;
		flex-wrap: -webkit-wrap;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	body {
		background: #FFF8BE;
		font-size: 14px;
		/*line-height: 1;*/
	}
	ul.disc li {
		list-style: disc;
		margin-left: 1em;
	}
	
	.hide_pc {
		display: none;
	}
	body {
		min-width: 1200px;
	}

	footer {
		display: table;
		position: relative;
		width: 100%;
		min-width: 1200px;
		height: 300px;
		background: #FFF8BE url(/event/game/auction/2021/img/bg_footer.png) center center no-repeat;
		background-size: cover;
	}
	footer p {
		position: absolute;
		width: 100%;
		bottom: 50px;
		margin: 0;
		color: #000;
		text-align: center;
	}
	#pNav {
		background: rgb(255,165,20);
		background: -moz-linear-gradient(top,  rgba(255,165,20,1) 0%, rgba(249,187,0,1) 46%, rgba(255,244,38,1) 53%, rgba(255,242,0,1) 61%, rgba(255,225,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,165,20,1) 0%,rgba(249,187,0,1) 46%,rgba(255,244,38,1) 53%,rgba(255,242,0,1) 61%,rgba(255,225,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,165,20,1) 0%,rgba(249,187,0,1) 46%,rgba(255,244,38,1) 53%,rgba(255,242,0,1) 61%,rgba(255,225,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa514', endColorstr='#ffe100',GradientType=0 );
		border-bottom:2px solid #000;
	}
	#pNav ul {
		border-left: 1px solid #000;
		width: 980px;
		margin: 0 auto;
		display: table;
	}
	#pNav li {
		border-right: 1px solid #000;
		display: table-cell;
		width: 179px;
		text-align: center;
	}
	#pNav li.link-off{
		background: rgba( 0,0,0,.4);
	}
	#pNav li a{
		display: block;
		height: 60px;
		line-height: 60px;
	}
	#pNav li a:hover{
		background: rgba(255,165,20,.4);
	}
	#pNav li img{
		width: auto;
		height: 18px;
		vertical-align: middle;
	}
	#pNav li.logo img{
		width: auto;
		height: 30px;
	}
	.btn_area {
		margin: 20px auto 0 auto;
		width: 300px;
	}
	.btn_area.w1 {
		width: 144px;
	}
	.btn_area p {
		margin-bottom: 10px;
		text-align: center;
	}
	.btn_area li a:hover,
	.btn_area li input:hover {
		opacity: 0.7;
	}
	.btn_area.home{
		width: 428px;
	}
	article h2.stl{
		background: #ffe100 url(/event/game/auction/2021/img/bg_stl.gif) center center repeat-x;
		height: 90px;
		line-height: 90px;
		text-align: center;
	}
	article h2.stl img{
		vertical-align: middle;
	}

	article .wrap{
		width: 920px;
		padding: 30px;
		background: #FFF;
		margin: 30px auto 60px auto;
		font-size: 14px;
	}

/*-----------------------------
	INTRO
------------------------------*/
	#intro .intro_cont dt{
		font-size:20px;
		padding:5px;
		margin:20px 0 15px;
	}
	#intro .intro_cont .date{
		text-align:center;
	}
	#intro .intro_cont .uni{
		text-align:center;
		padding-top:20px;
		
	}
	#intro .intro_cont .uni img{
		width:385px;
		height:auto;
	}

/*-----------------------------
	OUTLINE
------------------------------*/

	#outline dl {
		margin-bottom: 30px;
	}
	#outline dl:last-child {
		margin-bottom: 0;
	}
	#outline dt {
		font-weight: bold;
	}

/*-----------------------------
	PLAYERLIST
------------------------------*/
	#playerlist p.lead {
		margin-bottom: 30px;
	}
	#playerlist .coach{
		display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	#playerlist .coach div {
		width: 292px;
		margin-right: 22px;
		padding-top:8px;
	}
	
	#playerlist .coach div:nth-child(3n){
		margin-right: 0;
	}
	#playerlist .list_wrap{
		padding-top:20px;
	}
	#playerlist .list_wrap h4 {
		padding: 3px 0;
		margin-bottom: 15px;
		background: #d3d3d3;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
	}
	#playerlist .list_wrap p {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: center;
	}
	#playerlist .list_wrap.player p {
		margin-bottom: 15px;
	}
	#playerlist input[type="radio"] {
		width: 16px;
		height: 16px;
		vertical-align: -2px;
	}
	#playerlist .list_wrap.player ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	#playerlist .list_wrap.player li {
    width: 292px;
    margin-right: 22px;
    letter-spacing: normal;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
	}
	#playerlist .list_wrap.player li:nth-child(3n){
		margin-right:0;
	}
/*-----------------------------
	NOTES
------------------------------*/
	#notes li {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#notes li:last-child {
		margin-bottom: 0;
	}

/*-----------------------------
	GUIDE
------------------------------*/
	#guide p {
		margin-bottom: 20px;
	}
	#guide dt {
		margin: 20px 0 5px 0;
		font-weight: bold;
	}

/*-----------------------------
	RULE
------------------------------*/
	#rule dl{
		padding-bottom: 10px;
	}
	#rule .wrap > p{
		padding-bottom: 20px;
		font-size: 12px;
	}

	#rule dt{
		font-weight: bold;
		font-size: 14px;
	}
	#rule dd{
		padding: 0 0 20px 15px;
		font-size: 12px;
	}
	#rule dd > ol{
		list-style-type: decimal;
		line-height: 2.0;
		margin-left: 15px;
	}

/*-----------------------------
	REGIST
------------------------------*/
	#regist .bar{
		width: 920px;
		height: 48px;
		background: url(../img/bar_regist.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding-bottom: 30px;
	}
	#regist.interim .bar{
		width: 920px;
		height: 48px;
		background: url(../img/bar_interimregist.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding-bottom: 30px;
	}
	#regist p{
		line-height: 2.0;
	}
	#regist p a{
		color: #cc0000;
	}
	#regist p.links{
		padding: 20px 0 30px 0;
	}

	#regist table.basic{
		margin: 30px 0 0 0;
		width: 100%;
	}
	#regist table.basic th{
		width: 30%;
		background: #fffad2;
		font-weight: normal;
		padding: 10px;
		border: 1px solid #b2b2b2;
	}
	#regist table.basic td{
		background: #efefef;
		padding: 10px;
		border: 1px solid #b2b2b2;
	}
	input[type="text"],	input[type="password"],select{
		padding: 5px;
	}
	input[type="text"].w1 {
		width: 80px;
	}

	input[type="text"].w2 {
		width: 160px;
	}
	input[type="text"].w3 {
		width: 240px;
	}

	span.must{
		color: #cc0000;
	}

	#sys-error{
		background: #FFEEEE;
		padding: 20px;
		margin-top: 20px;
	}
	#sys-error p{
		color: #cc0000;
		font-weight: bold;
		padding-bottom: 10px;
	}

	#sys-error li{
		color: #cc0000;
		list-style-type: disc;
		margin-left: 2em;
	}

/*-----------------------------
	WITHDRAW
------------------------------*/
	.withdraw_complete .wrap_w{
		padding-bottom: 30px;
	}
/*-----------------------------
			radio_btn
------------------------------*/
	label.radio_text input[type="radio"] + span {
		padding-left: 22px;
	}

}
